home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Python / SMAKEFILE < prev    next >
Text File  |  1998-06-20  |  3KB  |  74 lines

  1.  
  2.  
  3.  
  4. OBJECTS = modsupport.o pythonrun.o errors.o bltinmodule.o \
  5.     ceval.o compile.o frozen.o getargs.o \
  6.     getcompiler.o getcopyright.o getmtime.o \
  7.     getversion.o getplatform.o graminit.o import.o \
  8.     importdl.o marshal.o structmember.o sysmodule.o \
  9.     traceback.o sigcheck.o hypot.o mystrtoul.o pystate.o
  10.  
  11. Python.lib: $(OBJECTS)
  12.     -delete >NIL: Python.lib
  13.     oml Python.lib a <@<
  14. $(OBJECTS)
  15. <
  16.  
  17.  
  18. # sigcheck.o: sigcheck.c
  19. #    SC sigcheck.c $(COPTS) NOOPTINLINE
  20. #
  21.  
  22. bltinmodule.o : bltinmodule.c protos/bltinmodule_protos.h /include/mymath.h /include/eval.h /include/compile.h /include/node.h /include/Python.h
  23.  
  24. ceval.o : ceval.c /include/thread.h /include/opcode.h /include/eval.h /include/frameobject.h /include/compile.h /include/Python.h
  25.     SC ceval.c DEFINE=MAX_RECURSION_DEPTH=1000 NOOPTGLOBAL
  26.  
  27. compile.o : compile.c protos/compile_protos.h /include/structmember.h /include/opcode.h /include/compile.h /include/graminit.h /include/token.h /include/node.h /include/Python.h
  28.  
  29. errors.o : errors.c /include/Python.h
  30.  
  31. fmod.o : fmod.c /include/mymath.h /include/config.h
  32.  
  33. frozen.o : frozen.c /include/Python.h
  34.  
  35. getargs.o : getargs.c /include/Python.h
  36.  
  37. getcompiler.o : getcompiler.c /include/Python.h
  38.  
  39. getcopyright.o : getcopyright.c /include/Python.h
  40.  
  41. getmtime.o : getmtime.c /include/myproto.h /include/config.h
  42.  
  43. getplatform.o : getplatform.c 
  44.  
  45. getversion.o : getversion.c /include/patchlevel.h /include/Python.h
  46.  
  47. graminit.o : graminit.c /include/grammar.h /include/pgenheaders.h
  48.  
  49. hypot.o : hypot.c /include/mymath.h /include/myproto.h /include/config.h
  50.  
  51. import.o : import.c protos/import_protos.h importdl.h /include/osdefs.h /include/eval.h /include/compile.h /include/marshal.h /include/errcode.h /include/token.h /include/node.h /include/Python.h
  52.  
  53. importdl.o : importdl.c importdl.h /include/osdefs.h /include/Python.h
  54.  
  55. marshal.o : marshal.c protos/marshal_protos2.h protos/marshal_protos.h /include/marshal.h /include/compile.h /include/longintrepr.h /include/Python.h
  56.  
  57. modsupport.o : modsupport.c /include/Python.h
  58.  
  59. mystrtoul.o : mystrtoul.c 
  60.  
  61. pyfpe.o : pyfpe.c /include/pyfpe.h /include/config.h
  62.  
  63. pystate.o : pystate.c /include/Python.h
  64.  
  65. pythonrun.o : pythonrun.c /include/thread.h /include/marshal.h /include/eval.h /include/compile.h /include/errcode.h /include/parsetok.h /include/node.h /include/grammar.h /include/Python.h
  66.  
  67. sigcheck.o : sigcheck.c /include/Python.h
  68.  
  69. structmember.o : structmember.c protos/structmember_protos.h /include/structmember.h /include/Python.h
  70.  
  71. sysmodule.o : sysmodule.c protos/sysmodule_protos.h /include/osdefs.h /include/Python.h
  72.  
  73. traceback.o : traceback.c protos/traceback_protos.h /include/osdefs.h /include/structmember.h /include/frameobject.h /include/compile.h /include/Python.h
  74.